home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD88728112000.psc / ZyWeb Beta / Form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-08-05  |  1.7 KB  |  57 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Loading.."
  5.    ClientHeight    =   495
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   3675
  9.    ClipControls    =   0   'False
  10.    ControlBox      =   0   'False
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   495
  15.    ScaleWidth      =   3675
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin VB.PictureBox Picture1 
  19.       AutoSize        =   -1  'True
  20.       BorderStyle     =   0  'None
  21.       Height          =   480
  22.       Left            =   120
  23.       Picture         =   "Form1.frx":0000
  24.       ScaleHeight     =   480
  25.       ScaleWidth      =   480
  26.       TabIndex        =   0
  27.       Top             =   0
  28.       Width           =   480
  29.       Begin VB.Label Label1 
  30.          Caption         =   "Label1"
  31.          Height          =   255
  32.          Left            =   480
  33.          TabIndex        =   1
  34.          Top             =   120
  35.          Width           =   15
  36.       End
  37.    End
  38.    Begin VB.Label Label2 
  39.       AutoSize        =   -1  'True
  40.       BackStyle       =   0  'Transparent
  41.       Caption         =   "Loading Please Wait."
  42.       Height          =   195
  43.       Left            =   1200
  44.       TabIndex        =   2
  45.       Top             =   120
  46.       Width           =   1515
  47.    End
  48. Attribute VB_Name = "Form1"
  49. Attribute VB_GlobalNameSpace = False
  50. Attribute VB_Creatable = False
  51. Attribute VB_PredeclaredId = True
  52. Attribute VB_Exposed = False
  53. Private Sub Form_Load()
  54. Load Form2
  55. Form2.Show
  56. End Sub
  57.